.pls-dont-fixed-this-div,
.pls-dont-block-this-div {
    background-color: #4f4f4f;
    color: #fff;
    font-size: 1.1em;
    padding-bottom: .4em;
    padding-top: .4em;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-sizing: border-box;
}

.pls-dont-fixed-this-div .adblock-icon {
    float: left;
    margin-right: 20px;

}

.pls-dont-fixed-this-div .adblock-icon img {
    height: 55px;
}

.headline__wrap:after, .popup__logo:after {
    clear: both
}

.pls-dont-block-this-div {
    background-color: #e2e1e1;
    border-bottom: 2px solid #f21626;
    color: #33322e;
    line-height: 20px;
    text-align: left;
    padding-top: 15px;
    margin: auto;
    max-width: 1022px;
    margin-top: 10%;
}

@media screen and (max-width: 1024px) {
    .pls-dont-block-this-div {
        height: auto;
        padding: 10px 20px;
        border-bottom: none;
        font-size: 12px;
        top: auto;
        bottom: 0
    }
}

.pls-dont-block-this-div--card .adblock_text .semibold {
    font-size: 18px
}

@media screen and (max-width: 1024px) {
    .pls-dont-block-this-div--card {
        width: 100%;
        height: auto
    }

    .pls-dont-block-this-div--card .adblock_text {
        background-position: 0 center
    }
}

.pls-dont-block-this-div--big {
    padding: 0;
    background-color: #ece7ee;
    border: none;
    position: relative
}

.pls-dont-block-this-div--big .adblock-wrapper {
    max-width: 1022px;
    margin: 0 auto
}

.pls-dont-block-this-div--big .adblock-cell {
    height: 270px;
    text-align: center;
    vertical-align: middle;
    padding-top: 20px;
    -webkit-box-shadow: 0px 0px 13px -2px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 13px -2px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 13px -2px rgba(0, 0, 0, 1);
}

.pls-dont-block-this-div--big .adblock_text {
    vertical-align: middle;
    background: 0 0;
    line-height: 30px;
    padding-left: 0;
    color: grey;
}

.popup-disable-block {
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
    .pls-dont-block-this-div--big .adblock_text {
        display: table;
        width: 100%;
        font-size: 12px;
        line-height: 20px
    }
}

.pls-dont-block-this-div--big .adblock_text .semibold {
    font-size: 22px
}

.pls-dont-block-this-div--big .adblock_text .link {
    margin-top: 20px
}

.pls-dont-block-this-div--big .adblock_text .link button {
    display: inline-block;
    width: 320px;
    height: 47px;
    line-height: 47px;
    color: #f4f4f4;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    background: #1769FF;
    background: linear-gradient(to bottom, rgba(23, 105, 255, 0.68) 0, rgba(23, 105, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db2a0f', endColorstr='#a52714', GradientType=0);
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
}

.pls-dont-block-this-div--big .adblock_text .link a:hover {
    background: #1769ff;
    background: linear-gradient(to bottom, rgba(23, 105, 255, 0.68) 0, rgb(23, 105, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a52714', endColorstr='#db2a0f', GradientType=0)
}

.pls-dont-block-this-div--big .adblock-image {
    vertical-align: middle;
    margin-top: -90px;
    margin-left: 310px;
    position: absolute;
}

.pls-dont-block-this-div--big .adblock-image img {
    height: 60px;
}

@media screen and (max-width: 1024px) {
    .pls-dont-block-this-div--big .adblock_text .semibold {
        font-size: 16px
    }

    .pls-dont-block-this-div--big .adblock-image {
        display: table;
        width: 100%;
        padding-bottom: 30px
    }

    .pls-dont-block-this-div--big .adblock-image img {
        max-width: 50%
    }

    .adblock_text {
        background-size: 46px 46px
    }
}

.adblock_text {
    display: block;
    max-width: 1024px;
    margin: 0 auto
}

.adblock_text .semibold {
    font-size: 16px
}

.main_content {
    position: relative
}

.headline__wrap:after, .headline__wrap:before {
    content: '';
    display: table
}

.headline__wrap-title {
    margin-right: 700px
}

.headline__wrap-adblock {
    float: right;
    width: 680px
}

.mob-visible {
    display: none
}

@media screen and (max-width: 1024px) {
    .adblock_text .semibold {
        font-size: 13px
    }

    .headline__wrap-title {
        margin-right: 0
    }

    .mob-hide {
        display: none
    }

    .mob-visible {
        display: block
    }
}

.button--purple {
    display: inline-block;
    height: 47px;
    line-height: 47px;
    color: #f4f4f4;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    background: #1769FF;
    background: linear-gradient(to bottom, rgba(23, 105, 255, 0.68) 0, rgba(23, 105, 255, 1) 100%);
    border-radius: 3px;
    font-weight: bold;
    font-size: 16px;
}

.button--purple:hover {
    background: #1769FF;
    background: linear-gradient(to bottom, rgba(23, 105, 255, 0.68) 0, rgb(101, 195, 255) 100%);
}

.button--gray {
    background: #d4d4d4;
    background: linear-gradient(to bottom, #d4d4d4 0, #a3a3a3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4d4d4', endColorstr='#a3a3a3', GradientType=0);
    box-shadow: none;
}

.button--gray:hover {
    background: #a3a3a3;
    background: linear-gradient(to bottom, #a3a3a3 0, #d4d4d4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3a3a3', endColorstr='#d4d4d4', GradientType=0);
    color: #fff
}

.header--adblock {
    height: 120px;
    margin-bottom: 0
}

.popup__background {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000
}

.popup {
    width: 426px;
    height: 172px;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    margin: -86px 0 0 -213px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1001;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

@media screen and (max-width: 1024px) {
    .popup {
        width: 290px;
        height: 150px;
        padding: 16px 20px;
        margin: -75px 0 0 -145px
    }
}

.popup__headline, .popup__logo {
    margin-bottom: 20px
}

.popup__headline {
    display: none;
}

@media screen and (max-width: 1024px) {
    .popup__headline {
        display: block;
        font-size: 16px
    }
}

.popup__logo:after, .popup__logo:before {
    content: '';
    display: table
}

.popup__logo-icon {
    float: left;
    width: 70px;
    height: 70px;
    background-color: #f5f5f5
}

.popup__logo-icon img {
    max-width: 100%
}

@media screen and (max-width: 1024px) {
    .popup__logo-icon {
        width: 30px;
        height: 30px
    }
}

.popup__logo-icon-cell {
    display: table-cell;
    width: 1000px;
    height: 70px;
    text-align: center;
    vertical-align: middle
}

.popup__logo-text {
    font-size: 20px;
    line-height: 34px;
    margin-left: 80px
}

@media screen and (max-width: 1024px) {
    .popup__logo-icon-cell {
        height: 30px
    }

    .popup__logo-text {
        font-size: 14px;
        line-height: 30px;
        margin-left: 40px
    }
}

.popup__logo-buttons {
    text-align: center
}

.popup__logo-buttons-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px
}

.popup__logo-buttons-item .button {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding: 0 30px;
    width: 180px;

}

.popup__logo-buttons-item .button {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    padding: 0 10px
}


.announce {
    max-width: 1022px;
    margin: 0 auto;
    position: relative
}

@media screen and (max-width: 1024px) {

    .announce {
        max-width: 300px;
        text-align: center;
        padding: 15px
    }
}

.announce__wrap {
    width: 100%;
    height: 54px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
    background-color: #6e6e6e;
    box-shadow: 0 -1px 9px 0 rgba(0, 0, 0, .18);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.announce__logo {
    float: left
}

@media screen and (max-width: 1024px) {
    .announce__wrap {
        background-color: #fff;
        height: auto
    }

    .announce__logo {
        float: none;
        margin-bottom: 20px
    }
}

.announce__logo-icon {
    float: left;
    width: 50px
}

.announce__logo-icon-cell {
    display: table-cell;
    width: 1000px;
    height: 38px;
    text-align: center;
    vertical-align: middle
}

.announce__logo-text {
    min-height: 60px;
    font-size: 18px;
    line-height: 30px;
    margin-left: 70px;
    color: #ffffff;
}

.announce__buttons {
    float: right
}

@media screen and (max-width: 1024px) {
    .announce__logo-icon-cell {
        width: 60px;
        height: 60px
    }

    .announce__logo-text {
        font-size: 16px;
        color: #333;
        text-align: left;
    }

    .announce__buttons {
        float: none
    }
}

.announce__buttons-item {
    display: inline-flex;
}

.announce__buttons-item .button {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    display: inline-block;
    padding: 0 54px
}

.homescreen-pc-already {
    margin-right: 15px;
    padding: 0 26px;
}

.popup__close {
    width: 30px;
    height: 30px;
    background: url(/files/images/close-homescreen.png) center no-repeat;
    background-size: 40px;
    cursor: pointer;
    position: absolute;
    top: -30px;
    right: -30px
}

.popup__close--announce {
    height: 38px;
    background: url(/files/images/close-homescreen.png) center no-repeat;
    top: 0;
    right: -48px;
    background-size: 40px;
}

.popup__close--announce:hover {
    opacity: 0.7;
}

.announce {
    max-width: 1022px;
    margin: 0 auto;
    position: relative
}

@media screen and (max-width: 500px) {
    .pls-dont-fixed-this-div {
        bottom: 0;
        top: auto;
        padding: 10px;
    }

    .pls-dont-block-this-div {
        margin-top: 50%;
    }

    .pls-dont-block-this-div--big .adblock-image {
        margin-left: 0;
    }

    .pls-dont-block-this-div--big .adblock-image img {
        max-width: 100%;
        height: 100%;
    }

    .pls-dont-block-this-div--big .adblock_text .link button {
        width: 250px;
    }

    .shitty_block_gotosite {
        display: block;
    }

    .pls-dont-fixed-this-div .adblock-icon {
        position: absolute;
        margin-top: 35px;
    }

    .pls-dont-fixed-this-div .text-ad {
        margin-left: 66px;
        font-size: 13px;
        line-height: 1.6;
    }

    .ab_link.popup-disable-block {
        display: block;
        color: #86abf5;
    }
    .announce__logo-text {
        min-height: 0;
    }
    .announce__logo {
        margin-bottom: 0;
    }
    .announce__wrap {
        padding: 10px;
    }
    .popup__logo-buttons-item .button {
        width: 100%;
        height: 40px;
        line-height: 40px;
    }
    .popup__headline {
        text-align: center;
        font-weight: bold;
    }
    .popup__headline, .popup__logo {
        margin-bottom: 14px;
    }
    .popup__close {
        right: 0;
    }
    .popup .button {
        background: none;
        border: none;
        box-shadow: none;
        text-shadow: none;
        color: #1965ff;
        text-transform: uppercase;
    }
    a.homescreen_pc_button_add {
        background: #2c76fc;
        padding: 10px;
        color: #fff;
        text-decoration: none;
        float: right;
    }
    .popup__close--announce {
        background: url('/files/images/close_mobile.png');
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media screen and (max-width: 1024px) {
    .homescreen-pc-already {
        margin-right: 0;
        display: block;
        margin-bottom: 4px;
    }

    .announce__buttons-item {
        display: block;
    }

    .announce__buttons-item .button {
        font-size: 13px;
        line-height: 30px;
        height: 30px;
        padding: 0;
        display: block;
    }
}
